Searched refs:_value (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/libbcc/lib/ScriptCRT/neon/ |
D | clamp.ll | 37 …%_value = shufflevector <3 x float> %value, <3 x float> undef, <4 x i32> <i32 0, i32 1, i32 2, i32… 40 …%a = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %_value, <4 x float> %_high) nou… 47 …%_value = shufflevector <3 x float> %value, <3 x float> undef, <4 x i32> <i32 0, i32 1, i32 2, i32… 50 …%a = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %_value, <4 x float> %_high) nou… 73 %_value = tail call <2 x float> @smear_2f(float %value) nounwind readnone 76 …%a = tail call <2 x float> @llvm.arm.neon.vmins.v2f32(<2 x float> %_value, <2 x float> %_high) nou…
|
/frameworks/base/tools/aapt/ |
D | StringPool.h | 44 entry(const String16& _value) : value(_value), offset(0), hasStyles(false) { } in entry()
|
D | ResourceTable.h | 261 const String16& _value,
|
D | ResourceTable.cpp | 3042 const String16& _value, in Item() argument 3047 , value(_value) in Item()
|