Home
last modified time | relevance | path

Searched refs:finit (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/X86/
Dreghinting.ll4 ;; The registers %x and %y must both spill across the finit call.
14 ; CHECK-NEXT: finit
20 %call = tail call i32 @finit(double %conv) nounwind
33 declare i32 @finit(double)
/external/llvm/test/CodeGen/X86/
Dreghinting.ll4 ;; The registers %x and %y must both spill across the finit call.
14 ; CHECK-NEXT: finit
20 %call = tail call i32 @finit(double %conv) nounwind
33 declare i32 @finit(double)
/external/javassist/sample/evolve/
DEvolution.java117 CtField.Initializer finit = CtField.Initializer.byCall(pool in makeAbstractClass() local
120 absClass.addField(fld, finit); in makeAbstractClass()
/external/llvm/test/MC/X86/
Dx86-64.s520 finit label
/external/curl/lib/
Dmulti.c126 static const init_multistate_func finit[CURLM_STATE_LAST] = { in mstate() local
178 if(finit[state]) in mstate()
179 finit[state](data); in mstate()
/external/llvm-project/llvm/test/MC/X86/
Dx86-64.s529 finit label
/external/mesa3d/src/mesa/x86/
Dassyntax.h730 #define FINIT CHOICE(finit, wait; fninit, wait; finit)
731 #define FNINIT CHOICE(fninit, fninit, finit)
1443 #define FINIT finit
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst3610 .. option:: -finit-character=<arg>
3612 .. option:: -finit-integer=<arg>
3614 .. option:: -finit-local-zero, -fno-init-local-zero
3616 .. option:: -finit-logical=<arg>
3618 .. option:: -finit-real=<arg>
/external/clang/include/clang/Driver/
DOptions.td2204 def finit_character_EQ : Joined<["-"], "finit-character=">, Group<gfortran_Group>;
2205 def finit_integer_EQ : Joined<["-"], "finit-integer=">, Group<gfortran_Group>;
2206 def finit_logical_EQ : Joined<["-"], "finit-logical=">, Group<gfortran_Group>;
2207 def finit_real_EQ : Joined<["-"], "finit-real=">, Group<gfortran_Group>;
/external/elfutils/libcpu/defs/
Di386264 10011011,11011011,11100011:finit
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3598 def finit_character_EQ : Joined<["-"], "finit-character=">, Group<gfortran_Group>;
3599 def finit_integer_EQ : Joined<["-"], "finit-integer=">, Group<gfortran_Group>;
3600 def finit_logical_EQ : Joined<["-"], "finit-logical=">, Group<gfortran_Group>;
3601 def finit_real_EQ : Joined<["-"], "finit-real=">, Group<gfortran_Group>;
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dles-mis-utf8.txt1115 finit par devenir tellement vieux que, pour éviter la dépense d'un neuf,
7482 si vive qu'il finit par accepter. On remarqua que ce qui parut surtout
8314 tirer d'un sou. Cela finit par être un talent. Fantine acquit ce sublime
9209 délirer et à parler haut. Cependant elle finit par s'endormir.
9325 qu'elle couvait depuis plusieurs années finit par se déclarer
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt13229 $x{finitely → fɑɪnɑɪtli ; # finitɛli fɪnɪtɛli
20889 $x{finite}$x → fɑɪnɑɪt ; # finit fɪnɑɪt
/external/strace/
DChangeLog24521 tests: check decoding of {init,finit,delete}_module syscalls.