HomeSort by relevance Sort by last modified time
    Searched refs:max32 (Results 1 - 4 of 4) 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(numerator.min32(), denominator.max32()),
299 atan2(numerator.max32(), denominator.min32()),
300 atan2(numerator.max32(), denominator.max32()));
    [all...]
Target.java 504 public float max32() { return (float) mMaxValue; } method in class:Target.Floaty
  /external/icu/icu4c/source/i18n/
digitlst.cpp 628 DigitList max32; max32.set("2147483647", status);
629 if (this->compare(max32) > 0) {
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 7225 IRTemp max32 = newTempV128(); local
7287 IRTemp max32 = newTempV128(); local
7319 IRTemp max32 = newTempV128(); local
    [all...]

Completed in 263 milliseconds