Home
last modified time | relevance | path

Searched defs:hy (Results 1 – 19 of 19) sorted by relevance

/external/fdlibm/
Ds_nextafter.c30 int hx,hy,ix,iy; local
De_atan2.c64 int k,m,hx,hy,ix,iy; local
De_fmod.c35 int n,hx,hy,hz,ix,iy,sx,i; local
De_pow.c110 int hx,hy,ix,iy; local
/external/skia/tests/
DPathOpsSimplifyQuadralateralsThreadedTest.cpp37 int hy = h >> 2; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp37 int hy = h >> 2; in testSimplifyQuadsMain() local
/external/skqp/tests/
DPathOpsSimplifyQuadThreadedTest.cpp37 int hy = h >> 2; in testSimplifyQuadsMain() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp37 int hy = h >> 2; in testSimplifyQuadralateralsMain() local
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dulp.inl74 glm::detail::int32 hx, hy, ix, iy; local
119 glm::detail::int32 hx, hy, ix, iy; local
/external/rust/crates/libm/src/math/
Dpowf.rs70 let hy: i32; in powf() localVariable
/external/tremolo/Tremolo/
Dfloor1.c391 int hy=fit_value[current]&0x7fff; in floor1_inverse2() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java809 Locale hy = new Locale("hy"); // Eastern Armenian in TestArmenian() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterCaseTest.java812 Locale hy = new Locale("hy"); // Eastern Armenian in TestArmenian() local
/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp820 Locale hy("hy"); // Eastern Armenian in TestArmenian() local
/external/skqp/src/core/
DSkScan_Antihair.cpp331 int hy = (y0 >> 1) + (y1 >> 1); in do_anti_hairline() local
/external/skia/src/core/
DSkScan_Antihair.cpp336 int hy = (y0 >> 1) + (y1 >> 1); in do_anti_hairline() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp311 uint64_t ly = y & 0xffffffffULL, hy = y >> 32; in mul_1() local
347 uint64_t ly = y[i] & 0xffffffffULL, hy = y[i] >> 32; in mul() local
/external/llvm/lib/Support/
DAPInt.cpp295 uint64_t ly = y & 0xffffffffULL, hy = y >> 32; in mul_1() local
331 uint64_t ly = y[i] & 0xffffffffULL, hy = y[i] >> 32; in mul() local
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageGroup.java60 add(temp, other_indo, "el", "hy", "sq"); in add()