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

1 2

  /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/skia/include/core/
SkTypes.h 16 // we need to typedef float float32_t (or include <arm_neon.h> which does that)
25 typedef float float32_t; typedef
  /external/skqp/include/core/
SkTypes.h 16 // we need to typedef float float32_t (or include <arm_neon.h> which does that)
25 typedef float float32_t; typedef
  /external/mesa3d/prebuilt-intermediates/nir/
nir_constant_expressions.c 206 typedef float float32_t; typedef
210 float32_t x;
211 float32_t y;
212 float32_t z;
213 float32_t w;
267 float32_t dst = src0 ? 1.0f : 0.0f;
281 float32_t dst = src0 ? 1.0f : 0.0f;
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 614 typedef detail::float32 float32_t; typedef in namespace:glm
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
type_precision.hpp 614 typedef detail::float32 float32_t; typedef in namespace:glm
  /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/vulkan-validation-layers/libs/glm/
fwd.hpp 1463 typedef lowp_float32_t float32_t; typedef in namespace:glm
1489 typedef mediump_float32 float32_t; typedef in namespace:glm
1515 typedef highp_float32_t float32_t; typedef in namespace:glm
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/
fwd.hpp 1463 typedef lowp_float32_t float32_t; typedef in namespace:glm
1489 typedef mediump_float32 float32_t; typedef in namespace:glm
1515 typedef highp_float32_t float32_t; typedef in namespace:glm
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
arm_neon.h 70 typedef float float32_t; typedef
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 161 typedef float float32_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
arm_neon.h 70 typedef float float32_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 161 typedef float float32_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
arm_neon.h 161 typedef float float32_t; typedef
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
arm_neon.h 33 typedef float float32_t; typedef
55 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
56 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
arm_neon.h 33 typedef float float32_t; typedef
55 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
56 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
arm_neon.h 83 typedef float float32_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
arm_neon.h 83 typedef float float32_t; typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
arm_neon.h 33 typedef float float32_t; typedef
66 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
67 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
arm_neon.h 33 typedef float float32_t; typedef
66 typedef __attribute__((neon_vector_type(2))) float32_t float32x2_t;
67 typedef __attribute__((neon_vector_type(4))) float32_t float32x4_t;
    [all...]

Completed in 3225 milliseconds

1 2