HomeSort by relevance Sort by last modified time
    Searched refs:conditional (Results 576 - 600 of 758) sorted by null

<<21222324252627282930>>

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
XmmArith.cpp 25 using Type = std::conditional<IsDouble, double, float>::type; \
58 using Type = std::conditional<IsDouble, double, float>::type; \
    [all...]
  /external/v8/src/debug/
debug.js 193 // Check for conditional break point.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 319 // conditional instructions
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 319 // conditional instructions
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 40 // as a Eigen vector expression. The std::conditional here is to
47 using VectorMap = typename std::conditional<
63 using MatrixMap = typename std::conditional<
92 using ArrayMap = typename std::conditional<
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 1252 void EmitReusedLoadLiteralStressTest(InstructionSet isa, bool conditional) {
1271 if (conditional) {
1299 if (conditional) {
1324 EmitReusedLoadLiteralStressTest(isa, false /*conditional*/);
1329 EmitReusedLoadLiteralStressTest(isa, true /*conditional*/);
    [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-format.tex     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 308 // first branch of this conditional must compile whether or not the derived
315 ? static_cast<typename std::conditional< \
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-fp-encoding.s 223 ; Floating-point conditional select
  /external/selinux/libsepol/cil/src/
cil_policy.c 37 #include <sepol/policydb/conditional.h>
    [all...]
cil_post.c 36 #include <sepol/policydb/conditional.h>
    [all...]
  /external/selinux/libsepol/src/
kernel_to_cil.c 17 #include <sepol/policydb/conditional.h>
59 sepol_log_err("Unknown conditional operator: %i",
67 sepol_log_err("Invalid conditional expression");
73 sepol_log_err("Invalid conditional expression");
86 sepol_log_err("Invalid conditional expression");
98 sepol_log_err("Invalid conditional expression");
    [all...]
kernel_to_conf.c 16 #include <sepol/policydb/conditional.h>
58 sepol_log_err("Unknown conditional operator: %i", curr->expr_type);
65 sepol_log_err("Invalid conditional expression");
71 sepol_log_err("Invalid conditional expression");
84 sepol_log_err("Invalid conditional expression");
96 sepol_log_err("Invalid conditional expression");
    [all...]
link.c 24 #include <sepol/policydb/conditional.h>
    [all...]
write.c 11 * Added conditional policy language extensions
41 #include <sepol/policydb/conditional.h>
692 * in the avtab with a conditional without saving them as part of
693 * the conditional. This means that the avtab with the conditional
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h 321 // first branch of this conditional must compile whether or not the derived
328 ? static_cast<typename std::conditional< \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h 321 // first branch of this conditional must compile whether or not the derived
328 ? static_cast<typename std::conditional< \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h 321 // first branch of this conditional must compile whether or not the derived
328 ? static_cast<typename std::conditional< \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h 329 // first branch of this conditional must compile whether or not the derived
336 ? static_cast<typename std::conditional< \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 329 // first branch of this conditional must compile whether or not the derived
336 ? static_cast<typename std::conditional< \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 329 // first branch of this conditional must compile whether or not the derived
336 ? static_cast<typename std::conditional< \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 329 // first branch of this conditional must compile whether or not the derived
336 ? static_cast<typename std::conditional< \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h 321 // first branch of this conditional must compile whether or not the derived
328 ? static_cast<typename std::conditional< \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h 321 // first branch of this conditional must compile whether or not the derived
328 ? static_cast<typename std::conditional< \
    [all...]

Completed in 1137 milliseconds

<<21222324252627282930>>