OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cf32
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
volatile-complex.c
12
volatile _Complex float
cf32
__attribute__((aligned(32)));
variable
43
// CHECK: load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @
cf32
, i32 0, i32 0), align 32
44
// CHECK-NEXT: load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @
cf32
, i32 0, i32 1), align 4
45
(void)(
cf32
);
46
// CHECK-NEXT: [[R:%.*]] = load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @
cf32
, i32 0, i32 0), align 32
47
// CHECK-NEXT: [[I:%.*]] = load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @
cf32
, i32 0, i32 1), align 4
48
// CHECK-NEXT: store volatile float [[R]], float* getelementptr inbounds ({ float, float }, { float, float }* @
cf32
, i32 0, i32 0), align 32
49
// CHECK-NEXT: store volatile float [[I]], float* getelementptr inbounds ({ float, float }, { float, float }* @
cf32
, i32 0, i32 1), align 4
50
(void)(
cf32
=
cf32
);
[
all
...]
/ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c
175
const int32x2_t
cf32
= vmov_n_s32(76283);
local
274
rl = vmulq_lane_s32(rl,
cf32
, 0);
275
rh = vmulq_lane_s32(rh,
cf32
, 0);
276
gl = vmulq_lane_s32(gl,
cf32
, 0);
277
gh = vmulq_lane_s32(gh,
cf32
, 0);
278
bl = vmulq_lane_s32(bl,
cf32
, 0);
279
bh = vmulq_lane_s32(bh,
cf32
, 0);
322
rl = vmulq_lane_s32(rl,
cf32
, 0);
323
rh = vmulq_lane_s32(rh,
cf32
, 0);
324
gl = vmulq_lane_s32(gl,
cf32
, 0)
[
all
...]
/external/opencv3/3rdparty/libwebp/dsp/
upsampling_neon.c
140
rl = vmulq_lane_s32(rl,
cf32
, 0); \
141
rh = vmulq_lane_s32(rh,
cf32
, 0); \
142
gl = vmulq_lane_s32(gl,
cf32
, 0); \
143
gh = vmulq_lane_s32(gh,
cf32
, 0); \
144
bl = vmulq_lane_s32(bl,
cf32
, 0); \
145
bh = vmulq_lane_s32(bh,
cf32
, 0); \
229
const int32x2_t
cf32
= vmov_n_s32(CY); \
Completed in 43 milliseconds