/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 755 int Le = p16 & 0x7fff; in LogL16toY() local 758 if (!Le) in LogL16toY() 760 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.); in LogL16toY() 1001 int Le, Ce; in LogLuv24fromXYZ() local 1004 Le = LogL10fromY(XYZ[1], em); in LogLuv24fromXYZ() 1007 if (!Le || s <= 0.) { in LogLuv24fromXYZ() 1018 return (Le << 14 | Ce); in LogLuv24fromXYZ() 1088 int Le, Ce; in Luv24fromLuv48() local 1091 Le = 0; in Luv24fromLuv48() 1093 Le = (1<<10) - 1; in Luv24fromLuv48() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fake_quantize_ops.cc | 64 b->Select(b->Le(zero_point_from_min, quant_min), quant_min, in XlaNudge() 174 b->And(b->Le(nudged_input_min, input), b->Le(input, nudged_input_max)); in Compile() 259 b->And(b->Le(nudged_input_min, input), b->Le(input, nudged_input_max)); in Compile()
|
D | matrix_band_part_op.cc | 80 auto indicator = builder->And(builder->Le(builder->Neg(num_lower), offset), in Compile() 81 builder->Le(offset, num_upper)); in Compile()
|
/external/icu/icu4j/perf-tests/data/conversion/ |
D | french.txt | 13 …Le standard Unicode a été choisi par des pionniers technologiques tels que Apple, HP, IBM, JustSys… 18 Le Consortium Unicode est une organisation sans but lucratif, ayant pour mission de développer, d'é…
|
/external/google-breakpad/src/client/mac/sender/fr.lproj/ |
D | Localizable.strings | 3 "crashDialogMsg" = "Le système et les autres applications n’ont pas été perturbés. Un rapport a été… 6 "noCrashDialogMsg" = "Le système et les autres applications n’ont pas été perturbés. Un rapport a é…
|
/external/icu/icu4c/source/data/curr/ |
D | en_SL.txt | 7 "Le",
|
D | vai_Latn.txt | 208 "Afirika Kɔi Leŋŋɛ lɔ Randi",
|
D | nmg.txt | 175 "Mɔn Leɔne",
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | beefa658b34f246b48da0592862f8ca8.000001c2.honggfuzz.cov | 12 XELeLun���������������xg�ބ���[k}�Le���?vJ)fL�c�Lӷ�U{�Xw�$��E��5 >b�*��h�
|
D | 59e4ecabf30b9edef8d41247cdc2e07b.00001fc1.honggfuzz.cov | 8 …*p~��<J~�k2�t�,@0���)}F�� l���vf�%�k�+C�,Ҙq� ;�o�����{A�`:��Y�ۖ��Le�e�|@��پǚJhw���h�b…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | beefa658b34f246b48da0592862f8ca8.000001c2.honggfuzz.cov | 12 XELeLun���������������xg�ބ���[k}�Le���?vJ)fL�c�Lӷ�U{�Xw�$��E��5 >b�*��h�
|
D | 59e4ecabf30b9edef8d41247cdc2e07b.00001fc1.honggfuzz.cov | 8 …*p~��<J~�k2�t�,@0���)}F�� l���vf�%�k�+C�,Ҙq� ;�o�����{A�`:��Y�ۖ��Le�e�|@��پǚJhw���h�b…
|
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 64 CASE_ALL_SIGN_OP(Le, "le") in OpcodeName() 184 CASE_F32x4_OP(Le, "le") in OpcodeName() 196 CASE_SIGN_OP(SIMDI, Le, "le") in OpcodeName()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 93 using testing::Le; 834 Matcher<char> m1 = Le('b'); in TEST() 842 Matcher<int> m = Le(5); in TEST() 1851 Matcher<const Tuple2&> m = Le(); in TEST() 1859 Matcher<const Tuple2&> m = Le(); in TEST() 1931 m = AllOf(Le(2), Ge(1)); in TEST() 1976 m = AllOf(Le(2), Ge(1)); in TEST() 2006 m = AllOf(Le(2), Ge(1)); in TEST() 2107 m = AnyOf(Le(1), Ge(3)); in TEST() 2125 m = AnyOf(Le(0), Gt(10), 3, 5, 7); in TEST() [all …]
|
/external/icu/icu4c/source/data/region/ |
D | vai_Latn.txt | 111 KR{"Koriya Kɔi Leŋŋɛ Lɔ"} 226 ZA{"Afirika Kɔi Leŋŋɛ Lɔ"}
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | pred_test.cc | 66 TestCompare(true, false, false, &ComputationBuilder::Le); in TEST_F()
|
/external/libpng/contrib/pngminus/ |
D | makevms.com | 82 $ If arg .Le. 8 Then Goto Loop
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 107 using testing::Le; 967 Matcher<char> m1 = Le('b'); in TEST() 975 Matcher<int> m = Le(5); in TEST() 1984 Matcher<const Tuple2&> m = Le(); in TEST() 1992 Matcher<const Tuple2&> m = Le(); in TEST() 2064 m = AllOf(Le(2), Ge(1)); in TEST() 2131 m = AllOf(Le(2), Ge(1)); in TEST() 2161 m = AllOf(Le(2), Ge(1)); in TEST() 2262 m = AnyOf(Le(1), Ge(3)); in TEST() 2280 m = AnyOf(Le(0), Gt(10), 3, 5, 7); in TEST() [all …]
|
/external/v8/testing/gmock/test/ |
D | gmock-matchers_test.cc | 102 using testing::Le; 958 Matcher<char> m1 = Le('b'); in TEST() 966 Matcher<int> m = Le(5); in TEST() 1975 Matcher<const Tuple2&> m = Le(); in TEST() 1983 Matcher<const Tuple2&> m = Le(); in TEST() 2055 m = AllOf(Le(2), Ge(1)); in TEST() 2122 m = AllOf(Le(2), Ge(1)); in TEST() 2152 m = AllOf(Le(2), Ge(1)); in TEST() 2253 m = AnyOf(Le(1), Ge(3)); in TEST() 2271 m = AnyOf(Le(0), Gt(10), 3, 5, 7); in TEST() [all …]
|
/external/capstone/ |
D | CREDITS.TXT | 28 Le Dinh Long
|
/external/python/cpython3/Doc/library/ |
D | email.examples.rst | 57 From: Pepé Le Pew <pepe@example.com>
|
/external/ltp/testcases/network/rpc/rpc-tirpc/ |
D | README | 35 11-27-08: Updated by Aime Le Rouzic - Bull SA - aime.lerouzic@bull.net
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
D | scatter.cc | 140 body_builder->ReduceAll(body_builder->Le(zero_index, index), in XlaScatter()
|
/external/libexif/po/ |
D | fr.po | 1369 msgstr "Le nombre F." 1381 msgstr "Le nombre F." 1528 msgstr "Le flash s'est déclenché." 1632 msgstr "Le nombre F." 1637 msgstr "Le nombre F." 1668 msgstr "Le nombre F." 2190 msgstr "Le flash ne s'est pas déclenché." 2200 msgstr "Le flash s'est déclenché." 3015 "Le nombre de colonnes des données de l'image, égal au nombre de pixels par " 3028 "Le nombre de lignes des données de l'image. Dans des données compressées en " [all …]
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_tile.miff | 14 …Le�Dg�Kn�Uh�L^�EY}CWoB[sDTH8YL<_RBbVD`S?f]b{y�tz�]f�lv�������������·����oje�jd�yu�ge�DA�=5�<1�B2�<…
|