Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 32) sorted by relevance

12

/picolibc-latest/newlib/libm/math/
Dsf_j1.c39 float z, s, c, ss, cc, r, u, v, y; in j1f() local
56 cc = s - c; in j1f()
60 cc = z / ss; in j1f()
62 ss = z / cc; in j1f()
69 z = (invsqrtpi * cc) / sqrtf(y); in j1f()
73 z = invsqrtpi * (u * cc - v * ss) / sqrtf(y); in j1f()
110 float z, s, c, ss, cc, u, v; in y1f() local
132 cc = s - c; in y1f()
136 cc = z / ss; in y1f()
138 ss = z / cc; in y1f()
[all …]
Dsf_j0.c38 float z, s, c, ss, cc, r, u, v; in j0f() local
54 cc = s + c; in j0f()
58 cc = z / ss; in j0f()
60 ss = z / cc; in j0f()
67 z = (invsqrtpi * cc) / sqrtf(x); in j0f()
71 z = invsqrtpi * (u * cc - v * ss) / sqrtf(x); in j0f()
109 float z, s, c, ss, cc, u, v; in y0f() local
142 cc = s + c; in y0f()
150 cc = z / ss; in y0f()
152 ss = z / cc; in y0f()
[all …]
Ds_j0.c85 __float64 z, s, c, ss, cc, r, u, v; in j064() local
101 cc = s + c; in j064()
105 cc = z / ss; in j064()
107 ss = z / cc; in j064()
114 z = (invsqrtpi * cc) / sqrt64(x); in j064()
118 z = invsqrtpi * (u * cc - v * ss) / sqrt64(x); in j064()
159 __float64 z, s, c, ss, cc, u, v; in y064() local
192 cc = s + c; in y064()
200 cc = z / ss; in y064()
202 ss = z / cc; in y064()
[all …]
Ds_j1.c87 __float64 z, s, c, ss, cc, r, u, v, y; in j164() local
103 cc = s - c; in j164()
107 cc = z / ss; in j164()
109 ss = z / cc; in j164()
116 z = (invsqrtpi * cc) / sqrt64(y); in j164()
120 z = invsqrtpi * (u * cc - v * ss) / sqrt64(y); in j164()
160 __float64 z, s, c, ss, cc, u, v; in y164() local
182 cc = s - c; in y164()
186 cc = z / ss; in y164()
188 ss = z / cc; in y164()
[all …]
/picolibc-latest/newlib/libc/machine/aarch64/
Dstrlen.S130 csel has_nul1, has_nul1, has_nul2, cc
133 csel len, xzr, len, cc
156 csel has_nul1, has_nul1, has_nul2, cc
161 csel len, tmp3, len, cc
/picolibc-latest/
Dmeson.build52 cc = meson.get_compiler('c') variable
55 # cc -print-search-dirs
58 foreach _line : run_command(cc.cmd_array() + ['-print-search-dirs'], check : false).stdout().split(…
75 core_c_args += cc.get_supported_arguments(['-nostdlib'])
146 have_long_double = cc.compiles(long_double_code, name : 'long double check', args: core_c_args)
213 c_flags = cc.get_supported_arguments(['-fno-common', '-frounding-math', '-fsignaling-nans',
217 c_sanitize_bounds_flags = cc.get_supported_arguments(['-fsanitize=bounds'])
218 c_sanitize_trap_flags = cc.get_supported_arguments(['-fsanitize-undefined-trap-on-error'])
219 c_sanitize_no_trap_flags = cc.get_supported_arguments(['-fno-sanitize-undefined-trap-on-error', '-s…
240 if cc.symbols_have_underscore_prefix()
[all …]
/picolibc-latest/scripts/
Dcross-m32.txt2 c = ['cc', '-m32', '-march=core2', '-mfpmath=sse', '-msse2']
/picolibc-latest/newlib/libc/machine/arc/
Dstrlen-bs.S98 add.cc r0,r0,1
114 add.cc r0,r0,1
Dstrncpy.S52 bmsk.cc.f r12,r12,1
Dmeson.build36 arc64 = cc.get_define('__ARC64__')
Dstrncpy-bs.S61 bmsk.cc.f r12,r12,1
/picolibc-latest/semihost/machine/powerpc/
Dmeson.build36 if cc.get_define('_CALL_ELF') == '1'
70 if cc.get_define('__PPC64__', args : test_flags) != ''
/picolibc-latest/doc/
Dprintf.md64 cc -Wl,--defsym=vfprintf=__d_vfprintf -Wl,--defsym=vfscanf=__d_vfscanf
69 cc -Wl,-alias,___d_vfprintf,_vfprintf -Wl,-alias,___d_vfscanf,_vfscanf
78 cc -Wl,--defsym=vfprintf=__f_vfprintf -Wl,--defsym=vfscanf=__f_vfscanf
83 cc -Wl,-alias,___f_vfprintf,_vfprintf -Wl,-alias,___f_vfscanf,_vfscanf
94 cc -Wl,--defsym=vfprintf=__l_vfprintf -Wl,--defsym=vfscanf=__l_vfscanf
99 cc -Wl,-alias,___l_vfprintf,_vfprintf -Wl,-alias,___l_vfscanf,_vfscanf
108 cc -Wl,--defsym=vfprintf=__i_vfprintf -Wl,--defsym=vfscanf=__i_vfscanf
113 cc -Wl,-alias,___i_vfprintf,_vfprintf -Wl,-alias,___i_vfscanf,_vfscanf
127 cc -Wl,--defsym=vfprintf=__m_vfprintf -Wl,--defsym=vfscanf=__m_vfscanf
132 cc -Wl,-alias,___m_vfprintf,_vfprintf -Wl,-alias,___m_vfscanf,_vfscanf
/picolibc-latest/newlib/libm/machine/powerpc/
Dmeson.build43 if cc.has_function('__mulkc3_hw', args: core_c_args + [lib_gcc])
/picolibc-latest/picocrt/machine/riscv/
Dmeson.build37 if cc.compiles('int i;', args: core_c_args + ['-march=rv32imac_zicsr', '-mabi=ilp32'])
/picolibc-latest/newlib/libc/machine/xtensa/
Dmeson.build47 cc.check_header('xtensa/config/core-isa.h'),
/picolibc-latest/newlib/libc/include/arpa/
Dmeson.build50 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
/picolibc-latest/hello-world/
DMakefile72 cc -o $@ $^
/picolibc-latest/newlib/libc/stdio/sys/
Dmeson.build57 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
/picolibc-latest/newlib/libc/include/rpc/
Dmeson.build51 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
/picolibc-latest/newlib/libc/machine/x86/
Dmeson.build67 is_x86_64 = cc.compiles(x86_64_code, name : 'x86_64 check')
/picolibc-latest/newlib/libc/stdlib/
Dmeson.build203 if cc.has_argument('-fno-builtin-malloc')
207 if cc.has_argument('-fno-builtin-free')
/picolibc-latest/newlib/libc/include/sys/
Dmeson.build98 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
/picolibc-latest/newlib/libc/include/
Dmeson.build125 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,
/picolibc-latest/semihost/
Dmeson.build142 args: [meson.current_source_dir() / header] + cc.cmd_array() + c_args + inc_args,

12