/external/junit/src/main/java/org/junit/rules/ |
ExpectedExceptionMatcherBuilder.java | 32 return cast(matchers.get(0)); 43 private Matcher<Throwable> cast(Matcher<?> singleMatcher) { method in class:ExpectedExceptionMatcherBuilder
|
/external/skia/src/gpu/effects/ |
GrLumaColorFilterEffect.cpp | 23 const GrLumaColorFilterEffect& _outer = args.fFp.cast<GrLumaColorFilterEffect>(); 41 const GrLumaColorFilterEffect& that = other.cast<GrLumaColorFilterEffect>();
|
GrPremulInputFragmentProcessor.cpp | 24 args.fFp.cast<GrPremulInputFragmentProcessor>(); 40 const GrPremulInputFragmentProcessor& that = other.cast<GrPremulInputFragmentProcessor>();
|
/external/skqp/src/gpu/effects/ |
GrLumaColorFilterEffect.cpp | 23 const GrLumaColorFilterEffect& _outer = args.fFp.cast<GrLumaColorFilterEffect>(); 41 const GrLumaColorFilterEffect& that = other.cast<GrLumaColorFilterEffect>();
|
GrPremulInputFragmentProcessor.cpp | 24 args.fFp.cast<GrPremulInputFragmentProcessor>(); 40 const GrPremulInputFragmentProcessor& that = other.cast<GrPremulInputFragmentProcessor>();
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
IntrinsicInst.cpp | 20 // cast instruction needs to be stripped away. 68 return cast<MDNode>(getArgOperand(0))->getOperand(0); 72 return cast<MDNode>(getArgOperand(0))->getOperand(0);
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
Casting.cpp | 47 return cast<foo>(this); 85 TEST(CastingTest, cast) { 86 foo &F1 = cast<foo>(B1); 88 const foo *F3 = cast<foo>(B2); 90 const foo *F4 = cast<foo>(B2); 92 const foo &F5 = cast<foo>(B3); 94 const foo *F6 = cast<foo>(B4); 96 foo *F7 = cast<foo>(fub()); 142 //foo *F20 = cast<foo>(B2); // Yields const foo* 143 //foo &F21 = cast<foo>(B3); // Yields const foo [all...] |
/external/tensorflow/tensorflow/python/training/ |
momentum.py | 99 math_ops.cast(self._learning_rate_tensor, var.dtype.base_dtype), 101 math_ops.cast(self._momentum_tensor, var.dtype.base_dtype), 109 math_ops.cast(self._learning_rate_tensor, grad.dtype.base_dtype), 111 math_ops.cast(self._momentum_tensor, grad.dtype.base_dtype), 119 math_ops.cast(self._learning_rate_tensor, var.dtype.base_dtype), 121 math_ops.cast(self._momentum_tensor, var.dtype.base_dtype), 129 math_ops.cast(self._learning_rate_tensor, grad.dtype), 131 math_ops.cast(self._momentum_tensor, grad.dtype),
|
/external/v8/src/builtins/ |
builtins-boolean.cc | 26 Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target()); 31 Handle<JSValue>::cast(result)->set_value(
|
/external/v8/src/runtime/ |
runtime-module.cc | 21 Handle<Script> script(Script::cast(function->shared()->script()), isolate); 25 handle(Script::cast(script->eval_from_shared()->script()), isolate);
|
/external/v8/src/ |
source-position.cc | 15 out << String::cast(pos.script->name())->ToCString(DISALLOW_NULLS).get(); 61 DeoptimizationData::cast(code->deoptimization_data()), isolate); 73 SharedFunctionInfo::cast(deopt_data->SharedFunctionInfo()), isolate); 83 Script* script = Script::cast(function->script()); 89 out << String::cast(source_name) 105 DeoptimizationData::cast(code->deoptimization_data()); 108 SharedFunctionInfo::cast(deopt_data->SharedFunctionInfo())); 129 : handle(Script::cast(f->script()), f->GetIsolate())) {
|
/external/tensorflow/tensorflow/contrib/losses/python/losses/ |
loss_ops.py | 104 losses = math_ops.cast(losses, dtypes.float32) 105 weights = math_ops.cast(ops.convert_to_tensor(weights), dtypes.float32) 120 mean_loss = math_ops.cast(mean_loss, input_dtype) 151 math_ops.cast(array_ops.size(losses), dtypes.float32), 152 math_ops.cast(batch_size, dtypes.float32)) 163 math_ops.cast(math_ops.not_equal(weights, 0), dtypes.float32), 169 num_to_broadcast = math_ops.cast(math_ops.reduce_prod(broadcast_dims), 268 predictions = math_ops.cast(predictions, dtypes.float32) 269 labels = math_ops.cast(labels, dtypes.float32) 314 multi_class_labels = math_ops.cast(multi_class_labels, logits.dtype [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
microprotocols.h | 46 PyTypeObject *type, PyObject *proto, PyObject *cast);
|
/external/clang/lib/CodeGen/ |
Address.h | 45 return llvm::cast<llvm::PointerType>(getPointer()->getType()); 85 return llvm::cast<llvm::Constant>(Address::getPointer()); 101 return ConstantAddress(llvm::cast<llvm::Constant>(addr.getPointer()), 109 template <class U> inline U cast(CodeGen::Address addr) { function in namespace:clang
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
JavaExpression.java | 33 * Simple type enumeration to allow us to compare the return types of expressions easily and cast 39 protected JavaExpression cast(JavaExpression expression) { method 41 expression = expression.cast(DATA); 48 protected JavaExpression cast(JavaExpression expression) { method 50 expression = expression.cast(DATA); 57 protected JavaExpression cast(JavaExpression expression) { method 59 expression = expression.cast(DATA); 66 protected JavaExpression cast(JavaExpression expression) { method 76 protected JavaExpression cast(JavaExpression expression) { method 80 throw new JSilverCompilationException("Cannot cast to 'Data' for expression:\n 88 protected JavaExpression cast(JavaExpression expression) { method 100 protected JavaExpression cast(JavaExpression expression) { method 108 protected JavaExpression cast(JavaExpression expression) { method 118 protected JavaExpression cast(final JavaExpression expression) { method [all...] |
/external/llvm/include/llvm/IR/ |
Statepoint.h | 101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) 108 return cast<ConstantInt>(IDVal)->getZExtValue(); 115 cast<ConstantInt>(NumPatchBytesVal)->getZExtValue(); 147 auto *FTy = cast<FunctionType>( 148 cast<PointerType>(getCalledValue()->getType())->getElementType()); 155 return cast<ConstantInt>(NumCallArgsVal)->getZExtValue(); 189 return cast<ConstantInt>(NumGCTransitionArgs)->getZExtValue(); 211 return cast<ConstantInt>(NumVMSArgs)->getZExtValue(); 316 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); 335 return cast<Instruction>(Token) [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARC.h | 53 Value *OldArg = cast<CallInst>(CI)->getArgOperand(0);
|
/external/python/cpython2/Modules/_sqlite/ |
microprotocols.h | 46 PyTypeObject *type, PyObject *proto, PyObject *cast);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
Statepoint.h | 121 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) 128 return cast<ConstantInt>(IDVal)->getZExtValue(); 135 cast<ConstantInt>(NumPatchBytesVal)->getZExtValue(); 167 auto *FTy = cast<FunctionType>( 168 cast<PointerType>(getCalledValue()->getType())->getElementType()); 175 return cast<ConstantInt>(NumCallArgsVal)->getZExtValue(); 209 return cast<ConstantInt>(NumGCTransitionArgs)->getZExtValue(); 231 return cast<ConstantInt>(NumVMSArgs)->getZExtValue(); 338 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); 357 return cast<Instruction>(Token) [all...] |
/external/swiftshader/third_party/subzero/src/ |
IcePhiLoweringImpl.h | 41 auto *DestLo = llvm::cast<Variable>(Target->loOperand(Dest)); 42 auto *DestHi = llvm::cast<Variable>(Target->hiOperand(Dest)); 57 auto *DstVec = llvm::cast<VariableVecOn32>(Dest); 65 auto *SrcVec = llvm::cast<VariableVecOn32>(Src);
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
learning_rate_schedule.py | 151 decay_steps = math_ops.cast(self.decay_steps, dtype) 152 decay_rate = math_ops.cast(self.decay_rate, dtype) 154 global_step_recomp = math_ops.cast(step, dtype) 255 b = math_ops.cast(b, x_recomp.dtype.base_dtype) 400 end_learning_rate = math_ops.cast(self.end_learning_rate, dtype) 401 power = math_ops.cast(self.power, dtype) 403 global_step_recomp = math_ops.cast(step, dtype) 404 decay_steps_recomp = math_ops.cast(self.decay_steps, dtype) 521 decay_steps = math_ops.cast(self.decay_steps, dtype) 522 decay_rate = math_ops.cast(self.decay_rate, dtype [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/ |
slots.py | 4 def __init__(self, name, cast=None, special=None, default="0"):
6 self.cast = cast
|
/external/clang/lib/AST/ |
DeclFriend.cpp | 43 (cast<CXXRecordDecl>(DC)->getTemplateSpecializationKind())); 54 cast<CXXRecordDecl>(DC)->pushFriendDecl(FD); 68 return First ? cast<FriendDecl>(First) : nullptr;
|
/external/clang/lib/StaticAnalyzer/Core/ |
LoopWidening.cpp | 28 return cast<ForStmt>(LoopStmt)->getCond(); 30 return cast<WhileStmt>(LoopStmt)->getCond(); 32 return cast<DoStmt>(LoopStmt)->getCond();
|
/external/python/cpython2/Tools/framer/framer/ |
slots.py | 4 def __init__(self, name, cast=None, special=None, default="0"): 6 self.cast = cast
|