HomeSort by relevance Sort by last modified time
    Searched full:mid32 (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Support/
BranchProbability.cpp 43 uint32_t Mid32 = Mid32Partial + (ProductLow >> 32);
46 Upper32 += Mid32 < Mid32Partial;
52 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 235 acos(in.mid32()),
243 acosh(in.mid32()),
255 asin(in.mid32()),
263 asinh(in.mid32()),
275 atan(in.mid32()),
283 atanh(in.mid32()),
296 atan2(inY.mid32(), inX.mid32()),
310 cbrt(in.mid32()),
318 cos(in.mid32()),
    [all...]
Target.java 505 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...]

Completed in 3330 milliseconds