| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bfp-test.c | 23 long double b128; variable 29 b128 = 3.375l;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| bfp-test.c | 23 long double b128; variable 29 b128 = 3.375l;
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_internal.h | 134 #define __add_128_128(R128, A128, B128) \ 137 Q128.w[1] = (A128).w[1]+(B128).w[1]; \ 138 Q128.w[0] = (B128).w[0] + (A128).w[0]; \ 139 if(Q128.w[0] < (B128).w[0]) \ 144 #define __sub_128_128(R128, A128, B128) \ 147 Q128.w[1] = (A128).w[1]-(B128).w[1]; \ 148 Q128.w[0] = (A128).w[0] - (B128).w[0]; \ 149 if((A128).w[0] < (B128).w[0]) \ 691 #define __mul_128x64_to_128(Q128, A64, B128) \ 694 ALBH_L = (A64) * (B128).w[1]; 2547 UINT128 b128; member in union:__bid64_128 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_internal.h | 134 #define __add_128_128(R128, A128, B128) \ 137 Q128.w[1] = (A128).w[1]+(B128).w[1]; \ 138 Q128.w[0] = (B128).w[0] + (A128).w[0]; \ 139 if(Q128.w[0] < (B128).w[0]) \ 144 #define __sub_128_128(R128, A128, B128) \ 147 Q128.w[1] = (A128).w[1]-(B128).w[1]; \ 148 Q128.w[0] = (A128).w[0] - (B128).w[0]; \ 149 if((A128).w[0] < (B128).w[0]) \ 691 #define __mul_128x64_to_128(Q128, A64, B128) \ 694 ALBH_L = (A64) * (B128).w[1]; 2547 UINT128 b128; member in union:__bid64_128 [all...] |