Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ScriptCRT/neon/
Dclamp.ll37 …%_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/
DStringPool.h44 entry(const String16& _value) : value(_value), offset(0), hasStyles(false) { } in entry()
DResourceTable.h261 const String16& _value,
DResourceTable.cpp3042 const String16& _value, in Item() argument
3047 , value(_value) in Item()