/platform_testing/docs/ |
index.md | 5 This site is geared toward Android platform developers, and provides:
|
/external/python/cpython2/Doc/library/ |
frameworks.rst | 10 oriented toward writing command-line interfaces.
|
/external/python/cpython3/Doc/library/ |
frameworks.rst | 9 oriented toward writing command-line interfaces.
|
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/ |
fenv.h | 27 #define FE_UPWARD 1 /* round toward positive infinity */
28 #define FE_DOWNWARD 2 /* round toward negative infinity */
|
ieeefp.h | 36 FP_RP=FE_UPWARD, /* round toward positive infinity */
37 FP_RM=FE_DOWNWARD, /* round toward negative infinity */
|
/external/icu/icu4c/source/i18n/ |
number_roundingutils.h | 27 * whether the value should be rounded toward infinity or toward zero. 41 * @return true if the number should be rounded toward zero; false if it should be rounded toward 53 // round toward zero 57 // round toward positive infinity 61 // round toward negative infinity
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
ieeefp.h | 43 FP_RM, /* round toward minus infinity */ 44 FP_RP, /* round toward plus infinity */ 45 FP_RZ /* round toward zero */
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_TruncateDiv.pbtxt | 6 toward zero. I.e. -7 / 5 = -1. This matches C semantics but it is different
|
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/ |
fenv.h | 43 #define FE_UPWARD 1 /* round toward positive infinity */
44 #define FE_DOWNWARD 2 /* round toward negative infinity */
|
ieeefp.h | 49 FP_RP=FE_UPWARD, /* round toward positive infinity */
50 FP_RM=FE_DOWNWARD, /* round toward negative infinity */
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
KeyboardUtils.java | 26 * Determine if the provided keycode is toward the start direction of the normal layout. 35 * Determine if the provided keycode is toward the end direction of the normal layout.
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
math_fp16.rs | 371 half h, toward; 373 for (h = minNormal, toward = infinity, numDistinct = 0; 374 numDistinct < maxSteps && h != toward; numDistinct ++) { 375 h = nextafter(h, toward); 380 for (h = infinity, toward = minNormal, numDistinct = 0; 381 numDistinct < maxSteps && h != toward; numDistinct ++) { 382 h = nextafter(h, toward); 387 for (h = negativeMinNormal, toward = negativeInfinity, numDistinct = 0; 388 numDistinct < maxSteps && h != toward; numDistinct ++) { 389 h = nextafter(h, toward); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
RoundingUtils.java | 31 * whether the value should be rounded toward infinity or toward zero. 45 * @return true if the number should be rounded toward zero; false if it should be rounded toward 56 // round toward zero 60 // round toward positive infinity 64 // round toward negative infinity
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
RoundingUtils.java | 29 * whether the value should be rounded toward infinity or toward zero. 43 * @return true if the number should be rounded toward zero; false if it should be rounded toward 54 // round toward zero 58 // round toward positive infinity 62 // round toward negative infinity
|
/external/clang/test/CodeGen/ |
branch-target-layout.c | 6 // attempt to preserve source order of control flow, and any bias toward source
|
/external/jemalloc/ |
README | 9 toward making jemalloc among the best allocators for a broad range of demanding
|
/external/icu/icu4c/source/test/intltest/ |
sfwdchit.h | 43 * (toward endIndex()). If there are 51 * (toward endIndex()). If there are
|
/frameworks/base/core/java/android/hardware/ |
SensorListener.java | 42 * <p>The Z axis points toward the sky when the device is lying on its back 56 * values when the z-axis moves toward the y-axis. 59 * when the z-axis moves toward the x-axis. 73 * <li>When the device is pushed on its left side toward the right, the 75 * to the push toward the left)</li>
|
/bionic/libc/include/bits/ |
fenv_mips.h | 66 * 01 - rounding toward zero (RZ) 67 * 10 - rounding (up) toward plus infinity (RP) 68 * 11 - rounding (down)toward minus infinity (RM)
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ShadowCardStack.java | 74 Animator toward = ObjectAnimator.ofFloat(card, "translationZ", i * Z); local 75 toward.setStartDelay(200 * ((max) - i)); 76 towardAnimators.add(toward);
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.c | 30 when y-axis moves toward the x-axis. 32 when z-axis moves toward the y-axis. 34 when x-axis moves toward the z-axis.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/ |
fpu_control.h | 46 * 01 - rounding down (toward - infinity) 47 * 10 - rounding up (toward + infinity) 48 * 11 - rounding toward zero
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/ |
fpu_control.h | 49 * 01 - rounding down (toward - infinity) 50 * 10 - rounding up (toward + infinity) 51 * 11 - rounding toward zero
|
/hardware/interfaces/automotive/audiocontrol/1.0/ |
IAudioControl.hal | 40 * This is intended to shift the speaker volume toward the right (+) or left (-) side of 52 * This is intended to shift the speaker volume toward the front (+) or back (-) of the car.
|
/build/make/target/product/ |
aosp_x86.mk | 21 # Open-Source part of the tree. It's geared toward a US-centric
|