Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-06-21-LdStMultipleBug.ll15 %xcenter = alloca i32, align 4 ; <i32*> [#uses=2]
16 …unds ([14 x i8]* @.str2708, i32 0, i32 0), i32* undef, i32* undef, i32* %xcenter, i32* null) nounw…
140 …unds ([14 x i8]* @.str2708, i32 0, i32 0), i32* undef, i32* undef, i32* %xcenter, i32* null) nounw…
/external/llvm/test/CodeGen/ARM/
D2010-06-21-LdStMultipleBug.ll15 %xcenter = alloca i32, align 4 ; <i32*> [#uses=2]
16 … i8], [14 x i8]* @.str2708, i32 0, i32 0), i32* undef, i32* undef, i32* %xcenter, i32* null) nounw…
140 … i8], [14 x i8]* @.str2708, i32 0, i32 0), i32* undef, i32* undef, i32* %xcenter, i32* null) nounw…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2010-06-21-LdStMultipleBug.ll15 %xcenter = alloca i32, align 4 ; <i32*> [#uses=2]
16 … i8], [14 x i8]* @.str2708, i32 0, i32 0), i32* undef, i32* undef, i32* %xcenter, i32* null) nounw…
140 … i8], [14 x i8]* @.str2708, i32 0, i32 0), i32* undef, i32* undef, i32* %xcenter, i32* null) nounw…
/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc300 float xcenter = box_centersize.x / scale_values.x * anchor.w + anchor.x; in DecodeCenterSizeBoxes() local
311 box.xmin = xcenter - half_w; in DecodeCenterSizeBoxes()
313 box.xmax = xcenter + half_w; in DecodeCenterSizeBoxes()