/external/llvm/test/CodeGen/Mips/cconv/ |
D | callee-saved.ll | 3 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32-INV %s 4 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32-INV %s 8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32-INV %s 9 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32-INV %s 13 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32-INV %s 14 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32-INV %s 18 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64-INV %s 19 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64-INV %s 33 ; O32-INV-NOT: sw $0, 34 ; O32-INV-NOT: sw $1, [all …]
|
D | callee-saved-fpxx.ll | 3 ; RUN: llc -march=mips -mattr=+o32,+fpxx < %s | FileCheck --check-prefixes=ALL,O32-FPXX-INV %s 4 ; RUN: llc -march=mipsel -mattr=+o32,+fpxx < %s | FileCheck --check-prefixes=ALL,O32-FPXX-INV %s 8 … -march=mips64 -mattr=+o32,+fpxx < %s | FileCheck --check-prefixes=ALL,O32-FPXX-INV,O32-FPXX-INV %s 9 …march=mips64el -mattr=+o32,+fpxx < %s | FileCheck --check-prefixes=ALL,O32-FPXX-INV,O32-FPXX-INV %s 18 ; O32-FPXX-INV-NOT: sdc1 $f0, 19 ; O32-FPXX-INV-NOT: sdc1 $f1, 20 ; O32-FPXX-INV-NOT: sdc1 $f2, 21 ; O32-FPXX-INV-NOT: sdc1 $f3, 22 ; O32-FPXX-INV-NOT: sdc1 $f4, 23 ; O32-FPXX-INV-NOT: sdc1 $f5, [all …]
|
D | callee-saved-float.ll | 3 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32-INV %s 4 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32-INV %s 8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-INV… 9 …-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-INV %s 13 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,N32-INV %s 14 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,N32-INV %s 18 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,ALL-INV,N64-INV %s 19 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefixes=ALL,ALL-INV,N64-INV %s 33 ; ALL-INV-NOT: sdc1 $f0, 34 ; ALL-INV-NOT: sdc1 $f1, [all …]
|
D | callee-saved-fpxx1.ll | 1 ; RUN: llc -march=mips -mattr=+o32,+fp64 < %s | FileCheck --check-prefix=O32-FP64-INV %s 2 ; RUN: llc -march=mipsel -mattr=+o32,+fp64 < %s | FileCheck --check-prefix=O32-FP64-INV %s 20 ; O32-FP64-INV-NOT: sdc1 $f20,
|
/external/oss-fuzz/projects/giflib/ |
D | gif_fuzz_proto.proto | 74 INV = 3; enumerator
|
D | ProtoToGif.cpp | 42 case Header::INV: in visit()
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 73 INV, enumerator 127 case INV: in TestCWiseGrad() 255 TestCWiseGrad<float, float>(INV, x_fn); in TEST_F() 260 TestCWiseGrad<complex64, complex64>(INV, x_fn); in TEST_F()
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 137 inv { yylval.integer = BRW_MATH_FUNCTION_INV; return INV; }
|
D | i965_gram.y | 395 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ 850 | INV
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 1622 …static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, … in getBorderColorReadSwizzle() local 1663 swizzle = &INV; in getBorderColorReadSwizzle() 1668 swizzle = &INV; in getBorderColorReadSwizzle()
|
D | tcuTexture.cpp | 825 …static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, … in getChannelReadSwizzle() local 868 return INV; in getChannelReadSwizzle() 872 return INV; in getChannelReadSwizzle() 881 …static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST, … in getChannelWriteSwizzle() local 924 return INV; in getChannelWriteSwizzle() 928 return INV; in getChannelWriteSwizzle()
|
/external/igt-gpu-tools/assembler/ |
D | gram.y | 501 %token <integer> INV LOG EXP SQRT RSQ POW SIN COS SINCOS INTDIV INTMOD 1987 math_function: INV | LOG | EXP | SQRT | POW | SIN | COS | SINCOS | INTDIV
|
/external/elfutils/po/ |
D | es.po | 4172 msgstr "SÍMBOLO INVÁLIDO" 4176 msgstr "SECCIÓN INVÁLIDA" 4799 msgstr "<SÍMBOLO INVÁLIDO>" 4803 msgstr "<SECCIÓN INVÁLIDA>" 4968 msgstr "<REUBIC INVÁLIDA>" 5584 msgstr " [%6tx] <DATOS INVÁLIDOS>\n" 5599 msgstr " <DATOS INVÁLIDOS>\n" 6040 msgstr " <DATOS INVÁLIDOS>\n" 6054 msgstr " <DATOS INVÁLIDOS>\n"
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2201 static const UChar INV[] = u"{$%"; in TestCurrencyUnit() local 2231 CurrencyUnit inv(INV, ec); in TestCurrencyUnit()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | numfmtst.cpp | 2201 static const UChar INV[] = u"{$%"; in TestCurrencyUnit() local 2231 CurrencyUnit inv(INV, ec); in TestCurrencyUnit()
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 2681 ,"GB","INV","Inverness","Inverness","HLD","1--4----","AF","9511",,, 8632 ,"IE","INV","Inveran","Inveran",,"--3-----","RQ","0607",,"5314N 00926W", 12673 ,"IT","INV","Invorio","Invorio",,"--3-----","RQ","9501",,, 22537 ,"NO","INV","Innvik","Innvik","14","1-3-----","RL","0607",,"6151N 00637E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 19074 ,"US","INV","Madisonville","Madisonville","LA","1-3--6--","RL","0607",,"3024N 09010W",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 38395 ,"FR","INV","Martainneville","Martainneville","80","--3-----","RL","0701",,"5000N 00142E",
|
/external/ComputeLibrary/data/images/ |
D | 800x600.ppm | 3788 /&�~Y�P��a����ŒbZ+zsEc\4��[rjF915,<392PJ��N�Ɇ��eIG<:{x5��INV)!$024410FEKJ��B��o�҈…
|