Home
last modified time | relevance | path

Searched refs:test_8 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/flang/test/Evaluate/
H A Dfold-nearest.f9013 logical, parameter :: test_8 = nearest(2., -1.) == 1.9999999
50 logical, parameter :: test_8 = ieee_next_after(-inf, -1.) == -h
80 logical, parameter :: test_8 = ieee_next_down(inf) == h
16 logical, parameter :: test_8 global() variable
52 logical, parameter :: test_8 global() variable
85 logical, parameter :: test_8 global() variable
H A Dfold-scale.f9011 logical, parameter :: test_8 = scale(tiny(0.d0), 1200) == 3.8312388521647221d053 variable
H A Dfold-selected_logical_kind.f906 logical, parameter :: test_8 = selected_logical_kind( 8) == 1 variable
H A Dfold-merge_bits.f909 logical, parameter :: test_8 = merge_bits(13_8, 18_8, 22_8) .EQ. 4_8 variable
/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rvv/
H A Dlegalize-vscale-rv64.mir66 name: test_8
70 ; CHECK-LABEL: name: test_8
/llvm-project/llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/rvv/
H A Dvscale64.mir86 name: test_8
92 ; CHECK-LABEL: name: test_8
/llvm-project/clang/test/Parser/
H A Dpragma-fp.cpp58 void test_8(int *List, int Length) { in test_8() function
/llvm-project/clang/test/CodeGen/
H A Dbitfield-2.c316 unsigned test_8(void) { in test_8() function
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp51 __attribute__((noreturn)) void test_8() { H h; } in test_8() function
/llvm-project/llvm/test/Transforms/LoopFlatten/
H A Dloop-flatten-negative.ll280 define i32 @test_8(i32 %val, ptr nocapture %A) {