Home
last modified time | relevance | path

Searched refs:quot (Results 1 - 25 of 59) sorted by relevance

123

/third_party/ffmpeg/libavutil/
H A Dinteger.c113 AVInteger av_mod_i(AVInteger *quot, AVInteger a, AVInteger b){ in av_mod_i() argument
116 if(!quot) quot = &quot_temp; in av_mod_i()
119 a = av_mod_i(quot, av_sub_i(zero_i, a), b); in av_mod_i()
120 *quot = av_sub_i(zero_i, *quot); in av_mod_i()
130 memset(quot, 0, sizeof(AVInteger)); in av_mod_i()
133 *quot= av_shr_i(*quot, -1); in av_mod_i()
136 quot in av_mod_i()
144 AVInteger quot; av_div_i() local
[all...]
H A Dinteger.h65 * @param quot a/b will be stored here.
67 AVInteger av_mod_i(AVInteger *quot, AVInteger a, AVInteger b);
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dlldiv.c34 EXPECT_EQ("lldiv_0100", ret.quot, 1); in lldiv_0100()
38 EXPECT_EQ("lldiv_0100", ret.quot, ERREXPECT); in lldiv_0100()
42 EXPECT_EQ("lldiv_0100", ret.quot, ERREXPECT); in lldiv_0100()
46 EXPECT_EQ("lldiv_0100", ret.quot, 1); in lldiv_0100()
H A Dldiv.c35 EXPECT_EQ("ldiv_0100", ret.quot, 1); in ldiv_0100()
39 EXPECT_EQ("ldiv_0100", ret.quot, -1); in ldiv_0100()
43 EXPECT_EQ("ldiv_0100", ret.quot, -1); in ldiv_0100()
47 EXPECT_EQ("ldiv_0100", ret.quot, 1); in ldiv_0100()
H A Dimaxdiv.c29 EXPECT_EQ("imaxdiv_0100", ret.quot, 1); in imaxdiv_0100()
43 EXPECT_EQ("imaxdiv_0200", ret.quot, -1); in imaxdiv_0200()
57 EXPECT_EQ("imaxdiv_0300", ret.quot, -1); in imaxdiv_0300()
71 EXPECT_EQ("imaxdiv_0400", ret.quot, 1); in imaxdiv_0400()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h63 typedef struct { int quot, rem; } div_t; member
64 typedef struct { long quot, rem; } ldiv_t; member
65 typedef struct { long long quot, rem; } lldiv_t; member
H A Dinttypes.h14 typedef struct { intmax_t quot, rem; } imaxdiv_t; member
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h62 typedef struct { int quot, rem; } div_t; member
63 typedef struct { long quot, rem; } ldiv_t; member
64 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h65 typedef struct { int quot, rem; } div_t; member
66 typedef struct { long quot, rem; } ldiv_t; member
67 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h63 typedef struct { int quot, rem; } div_t; member
64 typedef struct { long quot, rem; } ldiv_t; member
65 typedef struct { long long quot, rem; } lldiv_t; member
H A Dinttypes.h14 typedef struct { intmax_t quot, rem; } imaxdiv_t; member
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h64 typedef struct { int quot, rem; } div_t; member
65 typedef struct { long quot, rem; } ldiv_t; member
66 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/musl/include/
H A Dstdlib.h65 typedef struct { int quot, rem; } div_t; member
66 typedef struct { long quot, rem; } ldiv_t; member
67 typedef struct { long long quot, rem; } lldiv_t; member
/third_party/libabigail/src/
H A Dabg-libxml-utils.cc180 /// the character ''', " for the character '"', and & for the
209 escaped += """; in escape_xml_string()
221 /// the character ''', " for the character '"', and & for the
284 /// the character ''', " for the character '"', and & for the
358 /// the character ''', " for the character '"', and & for the
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/stdlib_gtest/
H A Dstdlib_div_test.cpp23 EXPECT_EQ(EXPONE, result.quot); in HWTEST_F()
/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js514 let quot = ch;
518 if (ch !== quot) break;
531 quot = ch;
535 if (ch !== quot) break;
640 const quot = ch;
644 if (ch !== quot) break;
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp6662 uInt quot=QUOT10(*up, cut); local
6663 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */
6754 uInt quot=QUOT10(*source, cut); local
6755 uInt rem=*source-quot*powers[cut];
6756 next+=quot;
6790 Int quot, rem; /* for division */ local
6810 quot=QUOT10(*up, cut);
6812 quot=*up/powers[cut];
6815 *target=(Unit)quot;
6819 quot
7023 uInt quot, rem; /* for divisions */ global() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp6662 uInt quot=QUOT10(*up, cut); local
6663 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */
6754 uInt quot=QUOT10(*source, cut); local
6755 uInt rem=*source-quot*powers[cut];
6756 next+=quot;
6790 Int quot, rem; /* for division */ local
6810 quot=QUOT10(*up, cut);
6812 quot=*up/powers[cut];
6815 *target=(Unit)quot;
6819 quot
7023 uInt quot, rem; /* for divisions */ global() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp6662 uInt quot=QUOT10(*up, cut); local
6663 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */
6754 uInt quot=QUOT10(*source, cut); local
6755 uInt rem=*source-quot*powers[cut];
6756 next+=quot;
6790 Int quot, rem; /* for division */ local
6810 quot=QUOT10(*up, cut);
6812 quot=*up/powers[cut];
6815 *target=(Unit)quot;
6819 quot
7023 uInt quot, rem; /* for divisions */ global() local
[all...]
/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.cpp43 case '"': return """; in getEscapeEntity()
/third_party/libdrm/tests/util/
H A Dpattern.c857 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_yuv_planar()
891 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_yuv_packed()
919 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb16()
944 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb24()
967 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb32()
994 uint32_t rgb32 = 0x00130502 * (d.quot >> 6) in fill_tiles_rgb16fp()
/third_party/curl/lib/
H A Dcurl_path.c121 char quot; in Curl_get_pathname() local
143 quot = *cp++; in Curl_get_pathname()
147 if(cp[i] == quot) { /* Found quote */ in Curl_get_pathname()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c154 trace_dump_writes("""); in trace_dump_escape()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dupnp_xml.c143 wpabuf_put_str(buf, """); in xml_data_encode()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dupnp_xml.c143 wpabuf_put_str(buf, """); in xml_data_encode()

Completed in 49 milliseconds

123