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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 237 acos(in.max32()));
245 acosh(in.max32()));
257 asin(in.max32()));
265 asinh(in.max32()));
277 atan(in.max32()));
285 atanh(in.max32()));
298 atan2(inY.min32(), inX.max32()),
299 atan2(inY.max32(), inX.min32()),
300 atan2(inY.max32(), inX.max32()));
    [all...]
Target.java 504 public float max32() { return (float) mMaxValue; } method in class:Target.Floaty
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.cpp 632 DigitList max32; max32.set("2147483647", status);
633 if (this->compare(max32) > 0) {
  /external/icu/icu4c/source/i18n/
digitlst.cpp 628 DigitList max32; max32.set("2147483647", status);
629 if (this->compare(max32) > 0) {
  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c 5276 IRTemp max32 = newTemp(Ity_V128); local
5338 IRTemp max32 = newTemp(Ity_V128); local
5369 IRTemp max32 = newTemp(Ity_V128); local
    [all...]

Completed in 239 milliseconds