HomeSort by relevance Sort by last modified time
    Searched defs:float32_t (Results 1 - 9 of 9) sorted by null

  /device/google/contexthub/firmware/external/arm/
arm_sin_cos_f32.c 47 typedef float float32_t; typedef
62 static const float32_t sinTable_f32[FAST_MATH_TABLE_SIZE + 1] = {
209 float32_t arm_sin_f32(
210 float32_t x)
212 float32_t sinVal, fract, in; /* Temporary variables for input, output */
214 float32_t a, b; /* Two nearest output values */
216 float32_t findex;
232 in = in - (float32_t) n;
235 findex = (float32_t) FAST_MATH_TABLE_SIZE * in;
239 fract = findex - (float32_t) index
    [all...]
  /external/clang/test/SemaCXX/
neon-vector-types.cpp 6 typedef float float32_t; typedef
7 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
29 typedef float float32_t; typedef in namespace:rdar11688587
30 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
38 (float32_t)__builtin_neon_vgetq_lane_f32(__a, I); // expected-error{{argument should be a value from 0 to 3}}
  /external/clang/test/CodeGenCXX/
mangle-neon-vectors.cpp 5 typedef float float32_t; typedef
21 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
22 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
aarch64-mangle-neon-vectors.cpp 12 typedef float float32_t; typedef
31 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
32 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
  /external/clang/test/Sema/
aarch64-neon-vector-types.c 6 typedef float float32_t; typedef
28 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
29 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
44 typedef __attribute__((neon_polyvector_type(4))) float32_t bad_poly_elt; // expected-error{{invalid vector element type}}
neon-vector-types.c 4 typedef float float32_t; typedef
14 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
15 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
27 typedef __attribute__((neon_polyvector_type(4))) float32_t bad_poly_elt; // expected-error{{invalid vector element type}}
  /external/mesa3d/prebuilt-intermediates/nir/
nir_constant_expressions.c 207 typedef float float32_t; typedef
217 float32_t x;
218 float32_t y;
219 float32_t z;
220 float32_t w;
316 float32_t dst = src0 ? 1.0 : 0.0;
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h 198 * float32_t *pData; // points to the data of the matrix.
392 typedef float float32_t; typedef
1103 float32_t *pState; /**< points to the state variable array. The array is of length numTaps+blockSize-1. */
1104 float32_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. */
    [all...]
  /external/neon_2_sse/
NEON_2_SSE.h 182 typedef float float32_t; typedef
    [all...]

Completed in 527 milliseconds