/aosp12/frameworks/native/libs/math/include/math/ |
H A D | half.h | 86 CONSTEXPR half() noexcept { } in half() function 87 CONSTEXPR half(float v) noexcept : mBits(ftoh(v)) { } in half() function 99 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { } in half() function
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_cosh.c | 43 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
|
H A D | e_coshf.c | 22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
|
H A D | k_sin.c | 51 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
|
H A D | e_lgammaf_r.c | 27 half= 0.5, variable
|
H A D | s_erff.c | 26 half= 0.5, variable
|
H A D | e_powf.c | 27 half = 0.5, variable
|
H A D | e_pow.c | 69 half = 0.5, variable
|
H A D | s_erf.c | 118 half= 0.5, variable
|
H A D | e_lgamma_r.c | 92 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
|
/aosp12/system/media/audio_utils/tests/ |
H A D | powerlog_tests.cpp | 43 const int16_t half = 0x4000; in TEST() local
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | BitmapsRectActivity.java | 57 final float half = mBitmap1.getHeight() / 2.0f; in BitmapsView() local
|
/aosp12/frameworks/rs/tests/cpp_api/cppf16/ |
H A D | compute.cpp | 34 sp<const Element> half = Element::F16(rs); in main() local
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
H A D | k_sinl.c | 24 half = 0.5; variable
|
H A D | e_lgammal_r.c | 30 half= 0.5, variable
|
H A D | s_erfl.c | 31 half= 0.5, variable
|
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/validation/ |
H A D | ProcStatsValidationTests.java | 106 final long half = duration >> 1; in toggleScreenAndSleep() local
|
/aosp12/art/test/580-fp16/src-art/ |
H A D | Main.java | 23 public static int TestFP16ToFloatRawIntBits(short half) { in TestFP16ToFloatRawIntBits()
|
/aosp12/system/media/audio_utils/ |
H A D | fixedfft.cpp | 97 static inline int32_t half(int32_t a) in half() function
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | RegionSamplingTest.cpp | 61 auto const half = halfway_down * kStride; in TEST_F() local
|
/aosp12/frameworks/wilhelm/tests/sandbox/ |
H A D | intbufq.c | 66 frame_t half[HALF_FRAMES]; variable
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | TimeBar.java | 161 int half = mScrubber.getWidth() / 2; in clampScrubber() local
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioTrackShared.cpp | 904 size_t half = mFrameCount / 2; in releaseBuffer() local
|
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics_arm64.cc | 3643 VRegister half = scratch_scope.AcquireH(); in VisitFP16ToFloat() local 3665 VRegister half = scratch_scope.AcquireH(); in VisitFP16ToHalf() local 3681 VRegister half = scratch_scope.AcquireH(); in GenerateFP16Round() local
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdRuntimeStubs.cpp | 55 typedef __fp16 half; typedef
|