HomeSort by relevance Sort by last modified time
    Searched refs:HALF (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nds32/
diff.s 3 .global HALF
22 HALF:
23 .half .L1-.L0
diff.d 10 00008004 <HALF> (7e 00 7e fe|00 7e 7e fe).*
  /external/webrtc/webrtc/base/
timeutils.cc 35 const uint32_t HALF = 0x80000000;
140 RTC_DCHECK_LT(static_cast<uint32_t>(elapsed), HALF);
155 return (diff >= 0 && static_cast<uint32_t>(diff) < HALF);
157 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
165 return (diff > 0 && static_cast<uint32_t>(diff) < HALF);
167 const bool earlier_or_equal = TimeIsBetween(later, earlier, later + HALF);
176 const bool later_or_equal = TimeIsBetween(earlier, later, earlier + HALF);
  /external/elfutils/libelf/
gelf_xlate.h 34 FUNDAMENTAL (HALF, Half, LIBELFBITS);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-6.c 189 HALF,
195 {SCHED_FIFO, HALF},
198 {SCHED_RR, HALF},
208 case HALF:
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 61 {MAKE_SWZ3(HALF, HALF, HALF), R300_ALU_ARGC_HALF, 0, 0}
  /external/llvm/lib/Target/AMDGPU/
R600RegisterInfo.cpp 35 Reserved.set(AMDGPU::HALF);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestHalfRecip.java 88 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
160 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
232 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
304 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
TestHalfRsqrt.java 88 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
160 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
232 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
304 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
TestHalfSqrt.java 88 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
160 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
232 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
304 Target target = new Target(Target.FunctionType.HALF, Target.ReturnType.FLOAT, relaxed);
TestNanHalf.java 81 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
TestAcos.java 383 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
TestAcosh.java 383 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
TestAcospi.java 383 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
TestAsin.java 383 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
TestAsinh.java 383 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
TestAsinpi.java 383 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
TestAtan.java 383 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
459 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
535 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
611 Target target = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, relaxed);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
UnifiedReal.java 144 public static final UnifiedReal HALF = new UnifiedReal(BoundedRational.HALF);
150 private static final UnifiedReal HALF_SQRT2 = new UnifiedReal(BoundedRational.HALF, CR_SQRT2);
152 private static final UnifiedReal HALF_SQRT3 = new UnifiedReal(BoundedRational.HALF, CR_SQRT3);
154 private static final UnifiedReal PI_OVER_2 = new UnifiedReal(BoundedRational.HALF, CR_PI);
719 return HALF;
731 return HALF;
803 return new UnifiedReal(BoundedRational.HALF, CR.PI);
809 * Return asin of this, assuming this is not an integral multiple of a half.
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 35 HALF,
44 HALF,
81 if (mReturnType == ReturnType.HALF) {
82 // HALF accepts relaxed precision by default - subnormal numbers need not be handled.
FloatyUnitTest.java 35 // Some double values that are precisely representable in half-precision.
229 // Test Target that accepts precise 1ulp error for half values.
231 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, false);
243 // Test Target that accepts precise 128ulp error for half values.
245 Target t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, false);
291 t = new Target(Target.FunctionType.NATIVE, Target.ReturnType.HALF, false);
334 // float, double, and half Targets.
369 t = new Target(Target.FunctionType.NORMAL, Target.ReturnType.HALF, false);
386 // Validate float16Ulp for a double value that is precisely representable in half-precision.
  /external/libavc/decoder/
ih264d_cabac.h 45 #define HALF (1 << (B_BITS-1))
  /external/webp/src/dsp/
alpha_processing.c 23 #define HALF ((1u << MFIX) >> 1)
27 const uint32_t v = (x * mult + HALF) >> MFIX;
174 #undef HALF
  /external/cblas/testing/
c_dblat2.f 70 DOUBLE PRECISION ZERO, HALF, ONE
71 PARAMETER ( ZERO = 0.0D0, HALF = 0.5D0, ONE = 1.0D0 )
255 EPS = HALF*EPS
470 DOUBLE PRECISION ZERO, HALF
471 PARAMETER ( ZERO = 0.0D0, HALF = 0.5D0 )
594 TRANSL = HALF
830 DOUBLE PRECISION ZERO, HALF
831 PARAMETER ( ZERO = 0.0D0, HALF = 0.5D0 )
    [all...]
c_sblat2.f 70 REAL ZERO, HALF, ONE
71 PARAMETER ( ZERO = 0.0, HALF = 0.5, ONE = 1.0 )
255 EPS = HALF*EPS
470 REAL ZERO, HALF
471 PARAMETER ( ZERO = 0.0, HALF = 0.5 )
594 TRANSL = HALF
830 REAL ZERO, HALF
831 PARAMETER ( ZERO = 0.0, HALF = 0.5 )
    [all...]

Completed in 1470 milliseconds

1 2 3 4 5 6 7