OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ftoi
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/libbcc/tests/data/src/
float.c
1
int
ftoi
(float f) {
function
51
printf("
ftoi
(1.4f)=%d\n",
ftoi
(1.4f));
/external/llvm/lib/Target/Sparc/
SparcISelLowering.h
34
FTOI
, // FP to Int within a FP register.
SparcISelLowering.cpp
[
all
...]
SparcInstrInfo.td
106
def SPftoi : SDNode<"SPISD::
FTOI
", SDTSPFTOI>;
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h
45
FTOI
, // FP to Int within a FP register.
HexagonISelLowering.cpp
[
all
...]
/frameworks/compile/libbcc/tests/
test.py
235
ftoi
(1.4f)=1
/external/llvm/docs/
WritingAnLLVMBackend.rst
[
all
...]
/external/valgrind/main/perf/
tinycc.c
[
all
...]
Completed in 3821 milliseconds