search for: acosf

Displaying 12 results from an estimated 12 matches for "acosf".

Did you mean: acos
2013 Oct 19
2
[LLVMdev] Parsing C++ headers with Clang bindings for Python
...de/math.h', ['-x', 'c-header']) >>> c = tu.cursor >>> for d in c.get_children(): ... print d.kind, d.spelling ... CursorKind.TYPEDEF_DECL __int128_t CursorKind.TYPEDEF_DECL __uint128_t CursorKind.TYPEDEF_DECL __builtin_va_list [...] CursorKind.FUNCTION_DECL acosf CursorKind.FUNCTION_DECL acos CursorKind.FUNCTION_DECL acosl [...] Am I doing something obviously wrong (aside from calling math.h a C++ header)? Is there any reasonable way to debug problems like this? I'm on Mac OS X 10.8 using the Clang binaries from Xcode (Apple LLVM version 5.0 (clang-50...
2013 Oct 19
0
[LLVMdev] Parsing C++ headers with Clang bindings for Python
...#39;]) > >>> c = tu.cursor > >>> for d in c.get_children(): > ... print d.kind, d.spelling > ... > CursorKind.TYPEDEF_DECL __int128_t > CursorKind.TYPEDEF_DECL __uint128_t > CursorKind.TYPEDEF_DECL __builtin_va_list > [...] > CursorKind.FUNCTION_DECL acosf > CursorKind.FUNCTION_DECL acos > CursorKind.FUNCTION_DECL acosl > [...] > > Am I doing something obviously wrong (aside from calling math.h a C++ > header)? Is there any reasonable way to debug problems like this? > > I'm on Mac OS X 10.8 using the Clang binaries from X...
2012 Dec 31
3
[LLVMdev] [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?
...ll float @sinf(float %225) nounwind readnone %227 = call float @asinf(float %226) nounwind readnone %228 = add i64 %216, %222 %229 = getelementptr [0 x float]* %173, i64 0, i64 %228 %230 = load float* %229, align 4 %231 = call float @cosf(float %230) nounwind readnone %232 = call float @acosf(float %231) nounwind readnone %233 = fadd float %227, %232 %234 = getelementptr float* %208, i64 %223 store float %233, float* %234, align 4 %235 = icmp eq i32 %221, %.pre118.i %236 = add i32 %221, 1 br i1 %235, label %"166.i", label %"164.i" "166.i":...
2001 Mar 29
0
Results of Solaris testing
...tation 10/412 running Solaris 7. * libao My ao_sun audio driver, already known to cover NetBSD/OpenBSD, works fine on Solaris, too. I would really like to see this committed (and ao_solaris can be removed). * libogg (no issues) * libvorbis Solaris doesn't have the float functions (acosf(), etc), but the #defines don't pick this up. Either some defines for Solaris or a proper autoconf test need to be added. * vorbis-tools The patch I recently submitted for memory sharing through mmap() also works on Solaris, as expected. One peculiar thing I noticed when running with...
2013 Oct 20
1
[LLVMdev] Parsing C++ headers with Clang bindings for Python
...39;]) > >>> c = tu.cursor > >>> for d in c.get_children(): > ... print d.kind, d.spelling > ... > CursorKind.TYPEDEF_DECL __int128_t > CursorKind.TYPEDEF_DECL __uint128_t > CursorKind.TYPEDEF_DECL __builtin_va_list > [...] > CursorKind.FUNCTION_DECL acosf > CursorKind.FUNCTION_DECL acos > CursorKind.FUNCTION_DECL acosl > [...] > > Am I doing something obviously wrong (aside from calling math.h a C++ header)? Is there any reasonable way to debug problems like this? > > I'm on Mac OS X 10.8 using the Clang binaries from Xcod...
2013 Jan 01
0
[LLVMdev] [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?
...X_X + stride.X_X; D.X_X = (integer(kind=X)) k_X; D.X_X = D.X_X * D.X_X; D.X_X = D.X_X + D.X_X; - D.X_X = y.offset; - D.X_X = D.X_X + D.X_X; - D.X_X = MEM[(real(kind=X)[X:] *)D.X_X][D.X_X]; + D.X_X = D.X_X + offset.X_X; + D.X_X = *y_X(D)[D.X_X]; D.X_X = cosf (D.X_X); D.X_X = acosf (D.X_X); D.X_X = D.X_X + D.X_X; - MEM[(real(kind=X)[X:] *)D.X_X][D.X_X] = D.X_X; + *xy_X(D)[D.X_X] = D.X_X; D.X_X = i_X == D.X_X; i_X = i_X + X; if (D.X_X != X)
2015 Jul 29
2
[LLVMdev] x86-64 backend generates aligned ADDPS with unaligned address
..."x86_64-unknown-linux-gnu" @offset_array2 = internal constant [8 x i64] [i64 60, i64 4, i64 12, i64 20, i64 28, i64 36, i64 44, i64 52] @offset_array3 = internal constant [8 x i64] [i64 12, i64 20, i64 28, i64 36, i64 44, i64 52, i64 60, i64 4] declare float @sinf(float) declare float @acosf(float) declare float @asinf(float) declare float @atanf(float) declare float @ceilf(float) declare float @floorf(float) declare float @cosf(float) declare float @coshf(float) declare float @expf(float) declare float @logf(float) declare float @log10f(float) declare float @sinhf(float) de...
2020 Aug 28
0
Wine release 5.16
...in fault exceptions on Linux i386. ntdll: Restore AVX registers in NtSetContextThread() on i386. ntdll: Also save unwind info for rbp in call_consolidate_callback() on x64. wmc: Add Null facility. kernel32: Add string for E_NOTIMPL error. Piotr Caban (2): msvcrt: Fix acosf implementation when returning Pi or Pi/2. msvcrt: Optimize memmove implementation. Robert Wilhelm (3): vbscript: Implement Split. vbscript: Implement IsArray. vbscript: Support arrays in TypeName. Shawn M. Chapla (6): gdiplus: Remove outdated FIXME comment about comp...
2020 Aug 14
0
Wine release 5.15
...n _matherr. msvcrt: Import sqrtf from musl. msvcrt: Import sqrt from musl. msvcrt: Return error on invalid character in mbstowcs. msvcrt: Avoid allocations in _write implementation. msvcrt: Use correct code page in _write when outputing to console. msvcrt: Import acosf from musl. msvcrt: Import acos from musl. ucrtbase: Fix precision handling in %#g when printing 0. ucrtbase: Fix away from 0 rounding in %a format. ucrtbase: Support _CRT_INTERNAL_PRINTF_STANDARD_ROUNDING flag in printf. msvcrt: Import asinf from musl. msvcrt: Im...
2014 Aug 07
3
[LLVMdev] MCJIT generates MOVAPS on unaligned address
MCJIT when lowering to x86-64 generates a MOVAPS (Move Aligned Packed Single-Precision Floating-Point Values) on a non-aligned memory address: movaps 88(%rdx), %xmm0 where %rdx comes in as a function argument with only natural alignment (float*). This x86 instruction requires the memory address to be 16 byte aligned which 88 plus something aligned to 4 byte isn't. Here the
2008 Mar 29
0
GCC/ELF Visibility patch
...17 +60,6 @@ T speex_stereo_state_destroy T speex_stereo_state_init T speex_stereo_state_reset -T split_cb_search_shape_sign -T split_cb_shape_sign_unquant -T _spx_autocorr -T _spx_lpc -T syn_percep_zero16 -T vbr_analysis -T vbr_destroy -T vbr_init -T vq_nbest -T vq_nbest_sign -T wb_mode_query U acosf U calloc U exit -------------- next part -------------- --- libspeexdsp.old 2008-03-29 03:05:30.000000000 +0100 +++ libspeexdsp.new 2008-03-29 03:00:36.000000000 +0100 @@ -1,13 +1,6 @@ A __bss_start A _edata A _end -T filterbank_compute_bank -T filterbank_compute_bank32 -T filterbank_compute_p...
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
...17 +60,6 @@ T speex_stereo_state_destroy T speex_stereo_state_init T speex_stereo_state_reset -T split_cb_search_shape_sign -T split_cb_shape_sign_unquant -T _spx_autocorr -T _spx_lpc -T syn_percep_zero16 -T vbr_analysis -T vbr_destroy -T vbr_init -T vq_nbest -T vq_nbest_sign -T wb_mode_query U acosf U calloc U exit -------------- next part -------------- --- libspeexdsp.old 2008-03-29 03:05:30.000000000 +0100 +++ libspeexdsp.new 2008-03-29 03:00:36.000000000 +0100 @@ -1,13 +1,6 @@ A __bss_start A _edata A _end -T filterbank_compute_bank -T filterbank_compute_bank32 -T filterbank_compute_p...