/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | paranoia.cc | 958 FLOAT Two; member 1032 Two = long(2); in main() 1057 TstCond (Failure, (One + One == Two), "1+1 != 2"); in main() 1069 TstCond (Failure, (Three == Two + One), "3 != 2+1"); in main() 1071 TstCond (Failure, (Four + Two * (-Two) == Zero), "4 + 2*(-2) != 0"); in main() 1128 if (Radix < Two) in main() 1174 X = Two / Three; in main() 1208 TstCond (Flaw, (Radix == Two) || (Radix == 10) in main() 1266 X = Y = Z = FABS ((Three / Four - Two / Three) * Three - One / Four); in main() 1270 Z = (One / Two - ((One / Two - (Half * Z1 + ThirtyTwo * Z1 * Z1)) in main() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | paranoia.cc | 958 FLOAT Two; member 1032 Two = long(2); in main() 1057 TstCond (Failure, (One + One == Two), "1+1 != 2"); in main() 1069 TstCond (Failure, (Three == Two + One), "3 != 2+1"); in main() 1071 TstCond (Failure, (Four + Two * (-Two) == Zero), "4 + 2*(-2) != 0"); in main() 1128 if (Radix < Two) in main() 1174 X = Two / Three; in main() 1208 TstCond (Flaw, (Radix == Two) || (Radix == 10) in main() 1266 X = Y = Z = FABS ((Three / Four - Two / Three) * Three - One / Four); in main() 1270 Z = (One / Two - ((One / Two - (Half * Z1 + ThirtyTwo * Z1 * Z1)) in main() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local 76 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() 88 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB); in CreateFibFunction()
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | varmod-match.mk | 36 .if ${One Two Three Four five six seven so s:L:Ms??*} != "six seven" 85 .if ${One Two Three Four five six seven:L:M[A-Z]*} != "One Two Three Four" 90 .if ${One Two Three Four five six seven:L:M[^A-Z]*} != "five six seven" 175 .if ${One Two Three Four five six seven:L:M[^s]*[ex]} != "One Three five"
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 50 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local 54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main()
|
/netbsd-src/external/mit/libcbor/dist/doc/source/api/ |
H A D | type_4.rst | 8 Number of allocations (definite) Two plus any manipulations with the data 9 Number of allocations (indefinite) Two plus logarithmically many
|
H A D | type_5.rst | 10 Number of allocations (definite) Two plus any manipulations with the data 11 Number of allocations (indefinite) Two plus logarithmically many
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 95 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local 107 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() 118 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB); in CreateFibFunction()
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | c64 | 245 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 266 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 312 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 330 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 374 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 392 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 423 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 441 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 479 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program 497 # Two zero-bytes in place of the pointer to next BASIC line indicates the end of the program
|
/netbsd-src/sys/arch/playstation2/playstation2/ |
H A D | locore_machdep.S | 156 srl t2, 1 # Two way set assoc 182 srl t1, 1 # Two way set assoc
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
H A D | bad-kasp6.conf | 14 // Two zones with dnssec-policy with the same zone file.
|
H A D | bad-kasp7.conf | 14 // Two zones with dnssec-policy 'insecure' (transitioning to insecure)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP9.td | 89 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd. 100 // Two DIV (Fixed Point Divide) units. 103 // Four DP (Floating Point) units in total. Two even, two Odd. 117 // Two PM (Permute) units.
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/s390_32/ |
H A D | README | 5 * mpn_add_n, mpn_sub_n: Use code along the lines below. Two-way unrolling
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
H A D | bfin-modes.def | 24 /* Two of those - covering both accumulators for vector multiplications. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/ |
H A D | bfin-modes.def | 24 /* Two of those - covering both accumulators for vector multiplications. */
|
/netbsd-src/external/bsd/nvi/dist/perl_api/ |
H A D | nviperl.pod | 14 Two additional commands are made available when you enable the perl
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | msg_xlat.sh | 150 error "Two translations for message \"$name\""
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | bug2.in | 4 # Two bugs while updating a short Subject: header immediately before
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | cortex-a15.md | 26 ;; 1. Two pipelines for simple integer operations: SX1, SX2 30 ;; 5. Two pipelines for load and store operations: LS1, LS2
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | cortex-a15.md | 26 ;; 1. Two pipelines for simple integer operations: SX1, SX2 30 ;; 5. Two pipelines for load and store operations: LS1, LS2
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/ |
H A D | named7.conf.in | 47 match-clients { geoip isp "Two Technology Ltd."; };
|
H A D | named8.conf.in | 47 match-clients { geoip org "Two Technology Ltd."; };
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-d10v.texi | 137 Two-line format. Execute these in parallel. 140 Two-line format. Execute these sequentially. Assembler will 144 Two-line format. Execute these sequentially. Same as above but
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-d10v.texi | 137 Two-line format. Execute these in parallel. 140 Two-line format. Execute these sequentially. Assembler will 144 Two-line format. Execute these sequentially. Same as above but
|