search for: 30f

Displaying 8 results from an estimated 8 matches for "30f".

Did you mean: 30
2011 Aug 23
3
Bug or feature? sum(c(a, b, c)) != (a + b + c)
...s). After some tracing and testing, I've managed to isolated a minimal working example as follows: a = 0.812672 b = 0.916541 c = 0.797810 sum(c(a, b, c)) == (a + b + c) [1] FALSE Should I attribute this to the woes of working with floating point numbers and accept it? i.e. sprintf("%.30f", sum(c(a, b, c))) [1] "2.527022999999999797182681504637" sprintf("%.30f", (a + b + c)) [1] "2.527023000000000241271891354700" Change the OS or version I'm using? MAC OSX 10.5.8: sessionInfo() R version 2.13.1 (2011-07-08) Platform: i386-apple-darwin9.8.0/i3...
2013 Sep 26
8
[Bug 69830] New: Kernel 3.11 and newer hang at X11 start with NVIDIA GeForce GT 430
...Product: Mesa Created attachment 86607 --> https://bugs.freedesktop.org/attachment.cgi?id=86607&action=edit Xorg log After updating from Linux kernel 3.9 to 3.12-rc2, X would no longer start. I bisected the problem (starting at 4a10c2ac2f368583138b774ca41fac4207911983) down to commit 30f4e0870d1726f31aa59804337cfd5e0a3f2ec7. The bisect went like this: a0fd4ec8f1ac1d966d33d1a18205b72830f9b24f - good 8ff860564076f99aeb4f6d35dcb6ea008624e64e - bad d005f51eb93d71cd40ebd11dd377453fa8c8a42a - bad 56fbd2b65446d4fb4df7770c49a70d563b7569c9 - bad 791dc143ed2c441f5202d8721609d94dce9fcf88 -...
2016 Feb 12
3
Experimental 6502 backend; memory operand folding problem
Greetings, LLVM devs, For the past few weeks, I have been putting together a 6502 backend for LLVM. The 6502 and its derivatives, of course, have powered countless microcomputers, game consoles and arcade machines over the past 40 years. The backend is just an experimental hobby project right now. The code is available here: <https://github.com/beholdnec/llvm-m6502>. This branch introduces
2004 Feb 05
0
Majordomo results: STATUS
...t recognized. >>>> 1qn//1uiQmyZyfwya6fmKG0gYE6fgyqk3f//X2jELP9u4FXNSMZHaTLcaYHsIrtX9pg9+i/0/+WQ **** Command '1qn//1uiqmyzyfwya6fmkg0gye6fgyqk3f//x2jelp9u4fxnsmzhatlcayhsirtx9pg9+i/0/+wq' not recognized. >>>> Pu+jWhTRPDQa41RQJf3Ytpd7Yvh/6ResKRwSCwftDRUgLj/rCoShB4T///+30F+OwPX7CKbnK3K8 **** Command 'pu+jwhtrpdqa41rqjf3ytpd7yvh/6reskrwscwftdruglj/rcoshb4t///+30f+owpx7ckbnk3k8' not recognized. >>>> Cb3MAlu3FnjdVbAeDwN6//////RxujGozUpDISoPaXACYzrS4pSpaXlFib58JYWRVQ7B+Lf+/+0e **** Command 'cb3malu3fnjdvbaedwn6//////rxujgozupdisopaxacyzrs4pspaxlfi...
2010 Dec 23
36
Weird issue with converting floats to integer
Any idea why this calculates the integer the way it does? irb> ("291.15".to_f * 100.0).to_i => 29114 Thanks, Tom -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2016 Mar 18
0
[PATCH] gpu/drm: Use u64_to_user_pointer
...06-06-25 219 " .long 2b,20f\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 220 " .ifnc \""#s3"\",\"\"\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 221 " .long 3b,30f\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 222 " .endif\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 223 " .previous\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel...
2016 Mar 18
4
[PATCH] gpu/drm: Use u64_to_user_pointer
Use the newly added u64_to_user_pointer a bit more frequently. Signed-off-by: Joe Perches <joe at perches.com> --- drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- drivers/gpu/drm/tegra/drm.c | 15 ++++++++------- drivers/gpu/drm/vc4/vc4_bo.c | 4 ++-- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++++-----
2016 Mar 18
4
[PATCH] gpu/drm: Use u64_to_user_pointer
Use the newly added u64_to_user_pointer a bit more frequently. Signed-off-by: Joe Perches <joe at perches.com> --- drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- drivers/gpu/drm/tegra/drm.c | 15 ++++++++------- drivers/gpu/drm/vc4/vc4_bo.c | 4 ++-- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++++-----