/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
Signals.h | 30 /// This function registers signal handlers to ensure that if a signal gets 32 /// @brief Remove a file if a fatal signal occurs. 41 /// \brief Print a stack trace if a fatal signal occurs. 45 /// \param DisableCrashReporting if \c true, disable the normal crash 73 void SetInterruptFunction(void (*IF)());
|
/external/eigen/lapack/ |
clarfb.f | 100 *> (LDV,K) if STOREV = 'C' 101 *> (LDV,M) if STOREV = 'R' and SIDE = 'L' 102 *> (LDV,N) if STOREV = 'R' and SIDE = 'R' 110 *> If STOREV = 'C' and SIDE = 'L', LDV >= max(1,M); 111 *> if STOREV = 'C' and SIDE = 'R', LDV >= max(1,N); 112 *> if STOREV = 'R', LDV >= K. 150 *> If SIDE = 'L', LDWORK >= max(1,N); 151 *> if SIDE = 'R', LDWORK >= max(1,M). 235 * Quick return if possible 237 IF( M.LE.0 .OR. N.LE.0 [all...] |
dlarfb.f | 100 *> (LDV,K) if STOREV = 'C' 101 *> (LDV,M) if STOREV = 'R' and SIDE = 'L' 102 *> (LDV,N) if STOREV = 'R' and SIDE = 'R' 110 *> If STOREV = 'C' and SIDE = 'L', LDV >= max(1,M); 111 *> if STOREV = 'C' and SIDE = 'R', LDV >= max(1,N); 112 *> if STOREV = 'R', LDV >= K. 150 *> If SIDE = 'L', LDWORK >= max(1,N); 151 *> if SIDE = 'R', LDWORK >= max(1,M). 232 * Quick return if possible 234 IF( M.LE.0 .OR. N.LE.0 [all...] |
slarfb.f | 100 *> (LDV,K) if STOREV = 'C' 101 *> (LDV,M) if STOREV = 'R' and SIDE = 'L' 102 *> (LDV,N) if STOREV = 'R' and SIDE = 'R' 110 *> If STOREV = 'C' and SIDE = 'L', LDV >= max(1,M); 111 *> if STOREV = 'C' and SIDE = 'R', LDV >= max(1,N); 112 *> if STOREV = 'R', LDV >= K. 150 *> If SIDE = 'L', LDWORK >= max(1,N); 151 *> if SIDE = 'R', LDWORK >= max(1,M). 232 * Quick return if possible 234 IF( M.LE.0 .OR. N.LE.0 [all...] |
zlarfb.f | 100 *> (LDV,K) if STOREV = 'C' 101 *> (LDV,M) if STOREV = 'R' and SIDE = 'L' 102 *> (LDV,N) if STOREV = 'R' and SIDE = 'R' 110 *> If STOREV = 'C' and SIDE = 'L', LDV >= max(1,M); 111 *> if STOREV = 'C' and SIDE = 'R', LDV >= max(1,N); 112 *> if STOREV = 'R', LDV >= K. 150 *> If SIDE = 'L', LDWORK >= max(1,N); 151 *> if SIDE = 'R', LDWORK >= max(1,M). 235 * Quick return if possible 237 IF( M.LE.0 .OR. N.LE.0 [all...] |
dlamch.f | 99 IF( ONE.EQ.RND ) THEN 103 END IF 105 IF( LSAME( CMACH, 'E' ) ) THEN 107 ELSE IF( LSAME( CMACH, 'S' ) ) THEN 110 IF( SMALL.GE.SFMIN ) THEN 116 END IF 118 ELSE IF( LSAME( CMACH, 'B' ) ) THEN 120 ELSE IF( LSAME( CMACH, 'P' ) ) THEN 122 ELSE IF( LSAME( CMACH, 'N' ) ) THEN 124 ELSE IF( LSAME( CMACH, 'R' ) ) THE [all...] |
slamch.f | 103 IF( ONE.EQ.RND ) THEN 107 END IF 109 IF( LSAME( CMACH, 'E' ) ) THEN 111 ELSE IF( LSAME( CMACH, 'S' ) ) THEN 114 IF( SMALL.GE.SFMIN ) THEN 120 END IF 122 ELSE IF( LSAME( CMACH, 'B' ) ) THEN 124 ELSE IF( LSAME( CMACH, 'P' ) ) THEN 126 ELSE IF( LSAME( CMACH, 'N' ) ) THEN 128 ELSE IF( LSAME( CMACH, 'R' ) ) THE [all...] |
clarf.f | 46 *> If tau = 0, then H is taken to be the unit matrix. 77 *> (1 + (M-1)*abs(INCV)) if SIDE = 'L' 78 *> or (1 + (N-1)*abs(INCV)) if SIDE = 'R' 79 *> The vector v in the representation of H. V is not used if 99 *> On exit, C is overwritten by the matrix H * C if SIDE = 'L', 100 *> or C * H if SIDE = 'R'. 112 *> (N) if SIDE = 'L' 113 *> or (M) if SIDE = 'R' 169 IF( TAU.NE.ZERO ) THEN 172 IF( APPLYLEFT ) THE [all...] |
dlarf.f | 45 *> If tau = 0, then H is taken to be the unit matrix. 73 *> (1 + (M-1)*abs(INCV)) if SIDE = 'L' 74 *> or (1 + (N-1)*abs(INCV)) if SIDE = 'R' 75 *> The vector v in the representation of H. V is not used if 95 *> On exit, C is overwritten by the matrix H * C if SIDE = 'L', 96 *> or C * H if SIDE = 'R'. 108 *> (N) if SIDE = 'L' 109 *> or (M) if SIDE = 'R' 164 IF( TAU.NE.ZERO ) THEN 167 IF( APPLYLEFT ) THE [all...] |
/external/cblas/testing/ |
c_dblat3.f | 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0) 105 IF( TRACE )THEN 107 END IF 124 IF( NIDIM.LT.1.OR.NIDIM.GT.NIDMAX )THEN 127 END IF 130 IF( IDIM( I ).LT.0.OR.IDIM( I ).GT.NMAX )THEN 133 END IF 137 IF( NALF.LT.1.OR.NALF.GT.NALMAX )THEN 140 END IF 144 IF( NBET.LT.1.OR.NBET.GT.NBEMAX )THE [all...] |
c_sblat3.f | 11 * -1 UNIT NUMBER OF SNAPSHOT FILE (NOT USED IF .LT. 0) 103 IF( TRACE )THEN 106 END IF 123 IF( NIDIM.LT.1.OR.NIDIM.GT.NIDMAX )THEN 126 END IF 129 IF( IDIM( I ).LT.0.OR.IDIM( I ).GT.NMAX )THEN 132 END IF 136 IF( NALF.LT.1.OR.NALF.GT.NALMAX )THEN 139 END IF 143 IF( NBET.LT.1.OR.NBET.GT.NBEMAX )THE [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/ |
flow2.d | 47 58: 04 1b IF CC JUMP 0xfffffe60 .* 48 5a: 5a 18 IF CC JUMP 0x10e .* 49 5c: 00 18 IF CC JUMP 0x5c <MY_LABEL1\+0x32>; 50 5e: 04 1f IF CC JUMP 0xfffffe66 .*\(BP\); 51 60: 5a 1c IF CC JUMP 0x114 .*\(BP\); 52 62: 91 13 IF !CC JUMP 0xffffff84 .*; 53 64: 90 10 IF !CC JUMP 0x184 .*; 54 66: 91 17 IF !CC JUMP 0xffffff88 .*\(BP\); 55 68: 90 14 IF !CC JUMP 0x188 .*\(BP\); 56 6a: e0 1b IF CC JUMP 0x2a <MY_LABEL1> [all...] |
move2.s | 317 //IF CC DPreg = DPreg ; /* move if CC = 1 (a) */ 319 IF CC R3 = R0; 320 IF CC R2 = R0; 321 IF CC R7 = R0; 323 IF CC R2 = P2; 324 IF CC R4 = P1; 325 IF CC R0 = P0; 326 IF CC R7 = P4; 328 IF CC P0 = P2 [all...] |