OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float32_t
(Results
51 - 54
of
54
) sorted by null
1
2
3
/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
...]
/device/google/contexthub/firmware/external/arm/
arm_common_tables.c
206
const
float32_t
twiddleCoef_16[32] = {
240
const
float32_t
twiddleCoef_32[64] = {
290
const
float32_t
twiddleCoef_64[128] = {
373
const
float32_t
twiddleCoef_128[256] = {
519
const
float32_t
twiddleCoef_256[512] = {
793
const
float32_t
twiddleCoef_512[1024] = {
[
all
...]
/external/opencv3/modules/core/src/
arithm.cpp
[
all
...]
Completed in 182 milliseconds
1
2
3