/external/llvm/lib/Support/ |
BranchProbability.cpp | 84 uint32_t Mid32 = Mid32Partial + (ProductLow >> 32); 87 Upper32 += Mid32 < Mid32Partial; 93 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoreMathVerifier.java | 252 acos(in.mid32()), 270 acosh(in.mid32()), 294 asin(in.mid32()), 312 asinh(in.mid32()), 336 atan(in.mid32()), 354 atanh(in.mid32()), 382 atan2(numerator.mid32(), denominator.mid32()), 408 cbrt(in.mid32()), 432 cos(in.mid32()), [all...] |
Target.java | 629 public float mid32() { return (float) mid64(); } method in class:Target.Floaty
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wtypes.h | 659 ULONG Mid32;
|
oledb.h | 545 ULONG Mid32; [all...] |